lcTIN_FileSave Home

Saves data of a TIN object into a file.

 BOOL lcTIN_FileSave (
   LPCWSTR szFileName,
   HANDLE hLcWnd
 );

Parameters
szFileName
  TIN data filename. If the string is "<Dialog>" or empty, then user will specify the filename by dialog.
hLcWnd
  Handle to a graphics window object.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcTIN_FileLoad